projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c07aec9
)
(adjust_intervals_for_insertion): By default, copy
author
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Jun 1993 07:48:27 +0000
(07:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Jun 1993 07:48:27 +0000
(07:48 +0000)
properties from before the insertion.
src/intervals.c
patch
|
blob
|
history
diff --git
a/src/intervals.c
b/src/intervals.c
index e6254cbdf6ae6f362e600af29fee5b3de0bbe2df..a737e9dceefc57d3e1eb5eabd0b59b44711cbfc0 100644
(file)
--- a/
src/intervals.c
+++ b/
src/intervals.c
@@
-655,7
+655,7
@@
adjust_intervals_for_insertion (tree, position, length)
/* If both intervals are sticky here, then default to the
left-most one. But perhaps we should create a new
interval here instead... */
- if (END_STICKY_P (prev))
+ if (END_STICKY_P (prev)
|| ! FRONT_STICKY_P (i)
)
i = prev;
}